xSQL Schema Compare SDK for SQL Server version 12
ParameterCollectionBase<TItem> Class
Members 


The type of the elements in the collection.
Represents a collection of ParameterBase elements.
Object Model
ParameterCollectionBase<TItem> Class
Syntax
'Declaration
 
<System.Reflection.DefaultMemberAttribute("Item")>
Public Class ParameterCollectionBase(Of TItem As ParameterBase) 
   Inherits SqlSerializableCollection(Of TItem)
[System.Reflection.DefaultMemberAttribute("Item")]
public class ParameterCollectionBase<TItem> : SqlSerializableCollection<TItem> 
where TItem: ParameterBase
[System.Reflection.DefaultMemberAttribute("Item")]
public __gc class ParameterCollectionBase<TItem> : public SqlSerializableCollection<TItem> 
where TItem: ParameterBase
Type Parameters
TItem
The type of the elements in the collection.
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      xSQL.Schema.Core.CollectionDictionaryBase<TItem>
         xSQL.Schema.SqlServer.SqlSerializableCollection<TItem>
            xSQL.Schema.SqlServer.ParameterCollectionBase<TItem>
               xSQL.Schema.SqlServer.AggregateParameterCollection
               xSQL.Schema.SqlServer.FunctionParameterCollection
               xSQL.Schema.SqlServer.PartitionFunctionParameterCollection
               xSQL.Schema.SqlServer.ProcedureParameterCollection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ParameterCollectionBase<TItem> Members
xSQL.Schema.SqlServer Namespace

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback